Don't try to build src/macuvs.h (via IVD_Sequences.txt)
authorRob Browning <rlb@defaultvalue.org>
Wed, 22 Oct 2014 00:10:17 +0000 (19:10 -0500)
committerRob Browning <rlb@defaultvalue.org>
Thu, 23 Oct 2014 00:08:32 +0000 (19:08 -0500)
These are OS X specific, and were removed for now, due to uncertainty
over the licensing.

admin/unidata/Makefile.in

index 3074864bb688fb5483a9371f1874b99ede2557b7..3ad81a94baea5a5e656368ca5bf06679daf546cf 100644 (file)
@@ -33,12 +33,7 @@ emacs = "${EMACS}" -batch --no-site-file --no-site-lisp
 
 .PHONY: all compile install
 
-all: ${top_srcdir}/src/macuvs.h ${DSTDIR}/charprop.el
-
-${top_srcdir}/src/macuvs.h: ${srcdir}/uvs.el ${srcdir}/IVD_Sequences.txt
-       ${EMACS} -batch -l "${srcdir}/uvs.el" \
-         --eval '(uvs-print-table-ivd "${srcdir}/IVD_Sequences.txt" "Adobe-Japan1")' \
-         > $@
+all: ${DSTDIR}/charprop.el
 
 .el.elc:
        ${emacs} -f batch-byte-compile $<
@@ -87,7 +82,6 @@ maintainer-clean: distclean
 ## change and it slows down bootstrap (a tiny bit).
 ## Cf leim/ja-dic (which is much slower).
 extraclean:
-       rm -f ${top_srcdir}/src/macuvs.h
        if test -f ${DSTDIR}/charprop.el; then \
          (cd ${DSTDIR} && rm -f `sed -n 's/^;; FILE: //p' < charprop.el`); \
          rm -f ${DSTDIR}/charprop.el; \